From a8030eda589a2716f89f94f0943768dffc370954 Mon Sep 17 00:00:00 2001 From: Ivan Ukhov Date: Wed, 18 Nov 2015 13:38:19 +0100 Subject: [PATCH] =?utf8?q?Use=20=E2=80=9Cetc.=E2=80=9D=20consistently?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/doc/build-script.md | 4 ++-- src/doc/crates-io.md | 2 +- src/doc/pkgid-spec.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/doc/build-script.md b/src/doc/build-script.md index feb98fc45..49fddf8a5 100644 --- a/src/doc/build-script.md +++ b/src/doc/build-script.md @@ -347,10 +347,10 @@ The [`gcc` crate](https://crates.io/crates/gcc) abstracts a range of build script requirements for C code: * It invokes the appropriate compiler (MSVC for windows, `gcc` for MinGW, `cc` - for Unix platforms, etc). + for Unix platforms, etc.). * It takes the `TARGET` variable into account by passing appropriate flags to the compiler being used. -* Other environment variables, such as `OPT_LEVEL`, `DEBUG`, etc, are all +* Other environment variables, such as `OPT_LEVEL`, `DEBUG`, etc., are all handled automatically. * The stdout output and `OUT_DIR` locations are also handled by the `gcc` library. diff --git a/src/doc/crates-io.md b/src/doc/crates-io.md index a21cb3fff..87a32862d 100644 --- a/src/doc/crates-io.md +++ b/src/doc/crates-io.md @@ -209,7 +209,7 @@ to manage a crate. Occasions may arise where you publish a version of a crate that actually ends up being broken for one reason or another (syntax error, forgot to include a file, -etc). For situations such as this, Cargo supports a “yank” of a version of a +etc.). For situations such as this, Cargo supports a “yank” of a version of a crate. ```notrust diff --git a/src/doc/pkgid-spec.md b/src/doc/pkgid-spec.md index 30b736d69..8b28d7d9f 100644 --- a/src/doc/pkgid-spec.md +++ b/src/doc/pkgid-spec.md @@ -3,7 +3,7 @@ # Package ID Specifications Subcommands of cargo frequently need to refer to a particular package within a -dependency graph for various operations like updating, cleaning, building etc. +dependency graph for various operations like updating, cleaning, building, etc. To solve this problem, cargo supports Package ID Specifications. A specification is a string which is used to uniquely refer to one package within a graph of packages. -- 2.30.2